home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / amigem.lha / amigem / readme < prev   
Encoding:
Text File  |  1995-02-03  |  1.1 KB  |  33 lines

  1. Short: An exec.library clone (C source included)
  2. Uploader:  fleischr@izfm.uni-stuttgart.de
  3. Author: Matthias Fleischer
  4. Type: dev/misc
  5.  
  6. What is it?
  7.  
  8. Amigem is an exec clone originally designed to provide a amiga-like 
  9. development environment for Posix compliant operating systems.
  10. It's not only an emulation library but provides support for dispatching,
  11. memory management, etc.
  12.  
  13. The original goal is not yet reached but there are some activities
  14. going on in comp.sys.amiga.misc to rewrite the OS and there's no
  15. need to invent the wheel twice (or me spending a lot of time for nothing).
  16. Therefore I decided to release this pre-release :-/.
  17.  
  18. Copyright:
  19.  
  20. Oh, well - GPL. Talk to me if you think something else would be better.
  21.  
  22. Running:
  23.  
  24. Unpack the archive, cd into amigem/amilo then type amilo. After the
  25. rom image is loaded you can see the dispatcher working.
  26.  
  27. Amigem is written mostly in C - if the C code might look a bit strange
  28. to you don't worry - that's my way to provide registerized parameters
  29. with gcc.
  30.  
  31. For questions email me:
  32.  
  33. fleischr@izfm.uni-stuttgart.de (Matthias  Fleischer)